home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @# @;
-
-
- 1.3
- date 90.07.30.14.19.28; author shirriff; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.07.14.17.38.30; author mendel; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.06.19.14.30.06; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.3
- log
- @Added semaphore operations.
- @
- text
- @/*
- *
- * syncStubs.s --
- *
- * Stubs for the Sync_ system calls.
- *
- * Copyright 1986, 1988 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/syncStubs.s,v 1.2 88/07/14 17:38:30 mendel Exp Locker: shirriff $ SPRITE (Berkeley)
- *
- */
-
- #include "userSysCallInt.h"
-
- SYS_CALL(Sync_WaitTime, SYS_SYNC_WAITTIME)
- SYS_CALL(Sync_SlowLockStub, SYS_SYNC_SLOWLOCK)
- SYS_CALL(Sync_SlowWaitStub, SYS_SYNC_SLOWWAIT)
- SYS_CALL(Sync_SlowBroadcast, SYS_SYNC_SLOWBROADCAST)
- SYS_CALL(Sync_Semctl, SYS_SYNC_SEMCTL)
- SYS_CALL(Sync_Semget, SYS_SYNC_SEMGET)
- SYS_CALL(Sync_Semop, SYS_SYNC_SEMOP)
- @
-
-
- 1.2
- log
- @Changed comment characters from |* to /* */.
- @
- text
- @d16 1
- a16 1
- * rcs = $Header: syncStubs.s,v 1.1 88/06/19 14:30:06 ouster Exp $ SPRITE (Berkeley)
- d26 3
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d1 18
- a18 16
- |*
- |* syncStubs.s --
- |*
- |* Stubs for the Sync_ system calls.
- |*
- |* Copyright 1986, 1988 Regents of the University of California
- |* Permission to use, copy, modify, and distribute this
- |* software and its documentation for any purpose and without
- |* fee is hereby granted, provided that the above copyright
- |* notice appear in all copies. The University of California
- |* makes no representations about the suitability of this
- |* software for any purpose. It is provided "as is" without
- |* express or implied warranty.
- |*
- |* rcs = $Header: syncStubs.s,v 2.1 87/12/14 10:17:14 nelson Exp $ SPRITE (Berkeley)
- |*
- @
-